PATH  Mac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Icon Services and Utilities
>
Obtaining and Using Icons With Icon Services

   

Users and Groups Icon Constants

Icon Services defines constants for a number of icons used in the Users and Groups control panel. You can pass one of these constants in the iconType parameter of the function GetIconRef, for example.

enum {
    kUserFolderIcon                     = FOUR_CHAR_CODE('ufld'),
    kWorkgroupFolderIcon                = FOUR_CHAR_CODE('wfld'),
    kGuestUserIcon                      = FOUR_CHAR_CODE('gusr'),
    kUserIcon                           = FOUR_CHAR_CODE('user'),
    kOwnerIcon                          = FOUR_CHAR_CODE('susr'),
    kGroupIcon                          = FOUR_CHAR_CODE('grup')
};


© 1999 Apple Computer, Inc. – (Last Updated 03 Dec 99)